home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
c
/
gcc222-2.lha
/
gpp_include
/
pix.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-02-04
|
59b
|
6 lines
#ifndef _Pix_h
#define _Pix_h 1
typedef void* Pix;
#endif